projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f437a
)
* macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 12 Sep 2006 09:48:18 +0000
(09:48 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Tue, 12 Sep 2006 09:48:18 +0000
(09:48 +0000)
Undo 2006-09-08 change.
src/macterm.c
patch
|
blob
|
history
diff --git
a/src/macterm.c
b/src/macterm.c
index 98c311ff02e06bff8d73cf2540daeacc30bd5eec..5b1bda42891120290795ced9a2c5f032ea9c7325 100644
(file)
--- a/
src/macterm.c
+++ b/
src/macterm.c
@@
-10538,11
+10538,7
@@
XTread_socket (sd, expected, hold_quit)
&& (TrackWindowProxyDrag (window_ptr, er.where)
!= errUserWantsToDragWindow))
break;
- /* kWindowAsyncDragAttribute is specified on Mac OS X
- 10.3 and later.*/
-#if MAC_OS_X_VERSION_MAX_ALLOWED < 1030
DragWindow (window_ptr, er.where, NULL);
-#endif
#else /* not TARGET_API_MAC_CARBON */
DragWindow (window_ptr, er.where, &qd.screenBits.bounds);
#endif /* not TARGET_API_MAC_CARBON */